home *** CD-ROM | disk | FTP | other *** search
- /* ======================================================================
- DESC: Common Button Functions for the Administer Operations
-
- PLATFORMS: >= MS IE 4.0
-
- USAGE NOTES:
- ====================================================================== */
-
- // Insure Chart Buttons are preloaded
- var ChartButtonsLoaded = false;
- function plChartButtons() {
- if ( top.banner.ChartButtonDone ) { // If they been completely loaded
- BcSepLN = IMGPreload("images/SepLong"+IfnS);
-
- BcTreeN = IMGPreload("images/TreeOut.gif");
- BcTreeD = IMGPreload("images/TreeIn.gif");
- BcTreeO = BcTreeN;
-
- ChartButtonsLoaded = true;
- return true;
- }
- else if ( top.banner.preLoadStart == false ) {
- top.banner.preLoadImgs(); // if not started
- }
- return false;
- }
-
-
-